Interface NumberPool

All Superinterfaces:
IPCObject, Pool
All Known Implementing Classes:
NumberPoolImpl

public interface NumberPool extends Pool
Information provided by the PKI file:

    \class NumberPool
    
    \brief NumberPool contains pools of numbers for activities.
    
    \example appWindow().getActiveFile().getVariableManager().getNumberPoolAt(0)
    
Author:
Auto-generated
  • Method Details

    • getStart

      int getStart()
      Information provided by the PKI file:
      
          \brief Returns the starting number in the range.
          
          \return int, the starting number in the range.
          
              
      Returns:
      int Returns a int
    • getEnd

      int getEnd()
      Information provided by the PKI file:
      
          \brief Returns the ending number in the range.
          
          \return int, the ending number in the range.
          
              
      Returns:
      int Returns a int